home *** CD-ROM | disk | FTP | other *** search
- on mayhem
- global chaos
- set chaos to random(6)
- if chaos = 1 then
- set the movieRate of sprite 21 to 1
- end if
- if chaos = 2 then
- set the movieRate of sprite 24 to 1
- end if
- if chaos = 3 then
- set the movieRate of sprite 27 to 1
- end if
- if chaos = 4 then
- set the movieRate of sprite 26 to 1
- end if
- if chaos = 5 then
- set the movieRate of sprite 29 to 1
- end if
- if chaos = 6 then
- set the movieRate of sprite 28 to 1
- end if
- end
-